projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686ea55
)
(fast_looking_at): Fix a typo in the commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Oct 2009 09:34:37 +0000
(09:34 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Oct 2009 09:34:37 +0000
(09:34 +0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index 2e5c379ea7d3f13e680a6a02a246039a6287a2f0..0102957679df61a0464d68ef9004a7250946ea63 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-564,7
+564,7
@@
fast_string_match_ignore_case (regexp, string)
return val;
}
\f
-/* Match REGEXP a
t
ainst the characters after POS to LIMIT, and return
+/* Match REGEXP a
g
ainst the characters after POS to LIMIT, and return
the number of matched characters. If STRING is non-nil, match
against the characters in it. In that case, POS and LIMIT are
indices into the string. This function doesn't modify the match